From: Francesco Potortì Date: Mon, 5 Feb 2007 22:13:59 +0000 (+0000) Subject: (etags): Now --members is the default for etags, not for ctags yet. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2392 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=18a8e6655e7da0c2538f7635b23f4d64ae4ab9f8;p=emacs.git (etags): Now --members is the default for etags, not for ctags yet. --- diff --git a/etc/NEWS b/etc/NEWS index 50f8c2bb868..a9ffe23d318 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3215,6 +3215,11 @@ be used (only once) in place of a file name on the command line. Etags reads from standard input and marks the produced tags as belonging to the file FILE. +*** The --members option is now the default. + +Use --no-members if you want the old default behaviour of not tagging +struct members in C, members variables in C++ and variables in PHP. + ** Ctags changes. *** Ctags now allows duplicate tags